home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9739 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: camelot.qdot.qld.gov.au!wd
  2. From: wd@qdot.qld.gov.au (Warren Dobbie)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help with BC4
  5. Date: 4 Mar 1996 03:53:27 GMT
  6. Organization: Queensland Department of Transport
  7. Distribution: world
  8. Message-ID: <4hdpfn$agr@camelot.qdot.qld.gov.au>
  9. References: <4h2ujk$24su@usenetw1.news.prodigy.com>
  10. NNTP-Posting-Host: avalon.qdot.qld.gov.au
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Ralph Gittleman (VXSP91A@prodigy.com) wrote:
  14. : I just installed Borland C++ 4.0 from a CD-ROM on a Gateway P5-60. The 
  15. : ICONS come up and  when I click on C++ the IDE comes on the screen. I 
  16. : tried to run one of the sample programs, "Whello.cpp " and the following 
  17. : error message appeared, CANNOT FIND BC40RTL.DLL. I found the file in the 
  18. : BC4\BIN directory and I have a path in the autoexec.bat file. Any 
  19. : suggestions ? Thank you.
  20. : Ralph
  21.  
  22.  
  23. I forget where it's mentioned, but set your LIB and INCLUDE
  24. environment variables in your autoexec.  Also, I found
  25. that once you open BC, go FIRST to  all the settings
  26. sections (including your "directories" part) and change
  27. everything the way you want.  Then CLOSE out of BC, this
  28. should save everything you did as your DEFAULTS, next time
  29. you start it up.  So...restart it and it _should_ have
  30. remembered these settings.
  31.  
  32. Note that you do the above immediately after BC fires up
  33. and BEFORE anything else...ie no projects open or whatever.
  34.  
  35. I recall having similar problems and i'm sure that's how
  36. i got around it.
  37.  
  38. Hope it works.
  39.  
  40. Also scan the readme's, i'm certain there is a FAQ in there
  41. 'bout this (or similar) problem.
  42.  
  43. cya
  44.     Boris.
  45.  
  46.